
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/


/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 550px;
    background: #fff;
    overflow: hidden;
  }
  
  .fullSlide .bd {
    width: 100%;
    height: 550px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    overflow: hidden;
  }

  
  .fullSlide .bd ul {
    width: 100% !important;
  }
  
  .fullSlide .bd li {
    width: 100% !important;
    height: 550px;
    overflow: hidden;
    text-align: center;
  }
  
  .fullSlide .bd li a {
    display: block;
    height: 550px;
  }
  
  .fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 40px;
    left: 0;
    height: 30px;
    text-align: center;
  }
  
  .fullSlide .hd ul {
    text-align: center;
  }
  
  .fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom: 1;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 12px;
    overflow: hidden;
    line-height: 99px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background: #fff;
  }
  
  .fullSlide .hd ul .on {
    background: #c00000;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  
  
  .fullSlide .next {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerR.png) no-repeat center;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    right: 4%;
  }
  
  .fullSlide .prev {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background: url(../images/bannerL.png) no-repeat center;
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    left: 4%;
  }


/*title*/

.title{
    margin: 0 auto;
    height: 53px;
    background: url(../images/title.png) no-repeat bottom center;
}

.title h3{
    font-size: 30px;
    color: #444444;
    font-weight: bold;
    float: left;
    line-height: 30px;

}

.title h3 a{
    display: block;
    font-size: 30px;
    color: #444444;
    font-weight: bold;
}

.title .more{
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    display: block;
    float: right;
    width: 60px;
    height: 24px;
    line-height: 24px;
    background: #c00000;
    text-align: center;


}

/*product*/

.product{
    width: 1300px;
    margin: 70px auto 0 auto;
}

.product .pro_box{
    width: 1300px;
    margin: 30px auto 0 auto;
}

.product .pro_box .pro_l{
    float: left;
    width: 210px;
    background: #f9f9f9;
    padding-bottom: 20px;
}

.product .pro_box .pro_l dl{
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 18px;

}

.product .pro_box .pro_l dl:last-child{
    border-bottom: none;
}

.product .pro_box .pro_l dl dt{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dddddd;
    width: 150px;
    margin: 0 auto 10px auto;

}

.product .pro_box .pro_l dl dt a{
    font-size: 18px;
    color: #444444;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    background: url(../images/buttom1.png) no-repeat right center;
    padding-right: 25px;
}

.product .pro_box .pro_l dl dd{
    height: 30px;
    line-height: 30px;
    width: 150px;
    margin: 0 auto;
}

.product .pro_box .pro_l dl dd a{
    display: block;
    line-height: 30px;
}

.product .pro_box .pro_l dl dd a span{
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    width: 110px;
}

.product .pro_box .pro_l dl dd a i{
    font-size: 14px;
    color: #bbbbbb;
    float: right;
    display: block;
    margin-right: 8px;
}

.product .pro_box .pro_l dl dt a:hover{
    color: #c00000;
}

.product .pro_box .pro_l dl dd:hover a span{
    color: #c00000;
}
 
.product .pro_box .pro_r{
    float: right;
    width: 1080px;
}
.product .pro_box .pro_r ul li{
    float: left;
    width: 330px;
    margin: 0 0 17px 30px;
}

.product .pro_box .pro_r ul li .pic{
    width: 330px;
    height: 250px;
    background: #f5f5f5;
    border-radius: 5px;

}

.product .pro_box .pro_r ul li .pic img{
    width: 320px;
    height: 240px;
    margin: 5px;
    border-radius: 5px;
}

.product .pro_box .pro_r ul li .txt{
    height: 45px;
    line-height: 45px;
    width: 320px;
    margin: 0 auto;
} 

.product .pro_box .pro_r ul li .txt h5 a{
    font-size: 16px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    float: left;
    width: 320px;
    text-align: center;
}

.product .pro_box .pro_r ul li .txt .more{
    display: none;
    float: right;
    font-size: 16px;
    color: #999;
    width: 20px;
    height: 20px;
    line-height: 17px;
    background: #eeeeee;
    border-radius: 50%;
    text-align: center;
    margin-top: 13px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box .pro_r ul li:hover .txt h5 a{
    color: #c00000;
}

.product .pro_box .pro_r ul li:hover .txt .more{
    background: #c00000;
    color: #fff;
}



/*banner_1*/

.banner_1{
    margin: 45px auto 0 auto;
    width: 1300px;
    height: 200px;
    background: url(../images/banner_1.jpg) no-repeat center;
}

.banner_1 .txt{
    margin: 0 auto;
    text-align: center;
}

.banner_1 .txt span{
    display: block;
    font-size: 135px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0.2;
    line-height: 120px;
    padding-top: 35px;
}

.banner_1 .txt h5{
    font-size: 48px;
    color: #ffffff;
    font-weight: bold;
    margin-top: -92px;

}
 

/*about*/

.about{
    margin: 60px auto 0 auto;
    width: 1300px;
}

.about .ab_box{
    margin: 40px auto 0 auto;
}

.about .ab_box .ab_l{
    float: left;
    width: 655px;

}

.about .ab_box .ab_l .txt{

    overflow: hidden;

}

.about .ab_box .ab_l .txt h5 a{
    display: block;
    font-size: 18px;
    color: #484848;
    font-weight: bold;

}

.about .ab_box .ab_l .txt p{
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    height: 144px;
    overflow: hidden;
    margin-top: 12px;

}

.about .ab_box .ab_l .ab_list{
    float: left;
    margin-top: 45px;
}

.about .ab_box .ab_l .ab_list ul li{
    float: left;
    position: relative;
    z-index: 5;
    width: 180px;
    height: 130px;
    background: #f5f5f5;
    border-radius: 12px;
    margin-right: 20px;
}

.about .ab_box .ab_l .ab_list ul li a{
    display: block;

}

.about .ab_box .ab_l .ab_list ul li a span{
    display: block;
    width: 42px;
    height: 42px;
    margin: 42px 0 0 22px;
    float: left;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ab_box .ab_l .ab_list ul li a i{
    display: block;
    float: left;
    margin-left: 15px;
    font-size: 16px;
    color: #444444;
    margin-top: 40px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ab_box .ab_l .ab_list ul li a  i em{
    display: block;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    margin-top: 3px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ab_box .ab_l .ab_list ul li.ab1 a span{
    background: url(../images/ab1.png) no-repeat center;
}

.about .ab_box .ab_l .ab_list ul li.ab2 a span{
    background: url(../images/ab2.png) no-repeat center;
}

.about .ab_box .ab_l .ab_list ul li::after{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    z-index: -1;
    content: "";
    background: #c00000;
    border-radius: 12px;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.about .ab_box .ab_l .ab_list ul li.on::after{
    width: 100%;
}

.about .ab_box .ab_l .ab_list ul li.ab1.on a span{
    background: url(../images/ab11.png) no-repeat center;
}

.about .ab_box .ab_l .ab_list ul li.ab2.on a span{
    background: url(../images/ab22.png) no-repeat center;
}

.about .ab_box .ab_l .ab_list ul li.on a i{
    color: #fff;

}

.about .ab_box .ab_l .ab_list ul li.on a i em{
    color: #fff;
}

.about .ab_box .ab_l .ry{
    float: right;
    background: url(../images/ry_bg.png) no-repeat center;
    width: 219px;
    height: 163px;
    margin-top: 28px;
}

.about .ab_box .ab_l .ry img{
    width: 174px;
    height: 115px;
    margin: 16px 0 0 17px;

}

.about .ab_box .ab_img{
    float: right;
    width: 600px;
    height: 361px;
}

.about .ab_box .ab_img img{
    width: 600px;
    height: 361px;
}

/*product*/

.product{
    width: 1300px;
    margin: 50px auto 0 auto;
}

.product .pro_t{
    width: 1300px;
    height: 202px;
    margin: 0 auto;
    background: url(../images/pro_t.jpg) no-repeat  center;
}

.product .pro_t h3 a{
    display: block;
    text-align: center;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
    line-height: 200px;
}

.product .pro_box{
    margin: 50px auto 0 auto;
} 

.product .pro_box ul li{
    overflow: hidden;
    margin-bottom: 45px;
}

.product .pro_box ul li .txt{
    float: left;
    width: 610px;

}

.product .pro_box ul li .txt h5{
    overflow: hidden;
}

.product .pro_box ul li .txt h5 a{
    display: block;
}

.product .pro_box ul li .txt h5 a span{
    display: block;
    float: left;
    width: 50px;
    height: 50px;
    background: #c00000;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-top: 3px;
}

.product .pro_box ul li .txt h5 a i{
    display: block;
    margin-left: 25px;
    font-size: 24px;
    color: #444444;
    font-weight: bold;
    float: left;
    width: 530px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.product .pro_box ul li .txt h5 a i em{
    display: block;
    font-size: 12px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 2px;
}

.product .pro_box ul li:hover .txt h5 a i{
    color: #c00000;

}

.product .pro_box ul li .txt .xt{
    margin-top: 20px;
    background: #dcdcdc;
    width: 500px;
    height: 1px;
    margin-left: 75px;
}

.product .pro_box ul li .txt .nr{
    margin: 20px 0 0 70px;
    height: 210px;
    overflow: hidden;

} 

.product .pro_box ul li.pro1 .txt .nr{
    height: 245px;

}

.product .pro_box ul li .txt .nr p{
    font-size: 15px;
    color: #777777;
    line-height: 32px;
    margin-bottom: 15px;
    padding-left: 30px;
    background: url(../images/buttom3.png) no-repeat left 7px;
}

.product .pro_box ul li .pro_img{
    float: right;
    width: 630px;
    height: 360px;
} 

.product .pro_box ul li .pro_img img{
    width: 630px;
    height: 360px;
}

.product .pro_box ul li.pro2 .txt{
    float: right;
    width: 650px;
    margin-top: 35px;
}

.product .pro_box ul li.pro2 .pro_img{
    float: left;
}

.product .pro_box ul li.pro3 .txt{
    margin-top: 25px;
}

.product .pro_box ul li.pro4 .txt{
    float: right;
    width: 650px;
    margin-top: 25px;
}

.product .pro_box ul li.pro4 .pro_img{
    float: left;
}



/*banner_3*/

.banner_3{
    margin: 40px auto 0 auto;
    width: 1300px;
    background: url(../images/banner_3.jpg) no-repeat  center;
    height: 202px;
}




/*case*/

.case{
    margin: 60px auto 0 auto;
    width: 1300px;
}

.case .case_box{
    margin: 25px auto 0 auto;
    width: 1360px;
}

.case .case_box ul li{
    float: left;
    width: 410px;
    margin: 0 35px 15px 0;
}

.case .case_box ul li .pic{
    width: 410px;
    height: 320px;
    background: #fafafa;

}

.case .case_box ul li .pic a{
    display: inline-block;
    width: 400px;
    height: 310px;
    margin: 5px;
    overflow: hidden;
}

.case .case_box ul li .pic img{
    width: 400px;
    height: 310px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li .txt{
    height: 55px;
    line-height: 55px;
    margin: 0 auto;
    text-align: center;

} 

.case .case_box ul li .txt a{
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.case .case_box ul li .txt a i{
    font-size: 18px;
    color: #cccccc;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: capitalize;
    margin-left: 3px;


}

.case .case_box ul li:hover .pic img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.case .case_box ul li:hover .txt a{
    color: #c00000;
}


/*news*/

.news{
    margin: 30px auto 0 auto;
    width: 1300px;
}

.news .title{
    height: 65px;
}

.news .title .news_list{
    float: right;
    height: 48px;
}

.news .title .news_list ul li{
    float: left;
    position: relative;
    z-index: 5;
    margin-left: 60px;
    height: 48px;
}

.news .title .news_list ul li a{
    display: block;
    font-size: 18px;
    color: #484848;
}

.news .title .news_list ul li a img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.news .title .news_list ul li::after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0px;
    height: 1px;
    z-index: -1;
    content: "";
    background: #dd7777;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .title .news_list ul li.casehover::after{
    width: 100%;
}

.news .news_box{
    margin: 30px auto 0 auto;
    width: 1360px;
    height: 400px;
}

.news .news_box ul li{
    float: left;
    width: 400px;
    margin-right: 50px;
}

.news .news_box ul li .news_img{
    width: 400px;
    height: 260px;
    overflow: hidden;
}

.news .news_box ul li .news_img img{
    width: 400px;
    height: 260px;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box ul li .txt{
    margin-top: 25px;
    width: 365px;

} 

.news .news_box ul li .txt h5 a{
    font-size: 15px;
    color: #444444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.news .news_box ul li .txt h5 a em{
    font-size: 15px;
    color: #444444;
    margin-right: 8px;
}

.news .news_box ul li .txt p{
    font-size: 13px;
    color: #777777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    margin-top: 5px;
    margin-left: 18px;
}

.news .news_box ul li .txt .more{
    margin-top: 15px;
    height: 50px;
    line-height: 50px;
    border-top: 1px solid #f3f3f3;

}

.news .news_box ul li .txt .more span{
    display: block;
    float: left;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;

}

.news .news_box ul li .txt .more a{
    display: block;
    padding-left: 50px;
    font-size: 14px;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    float: right;
    background:  url(../images/buttom2.png) no-repeat left center;
}
 
.news .news_box ul li:hover .news_img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.news .news_box ul li:hover .txt h5 a{
    color: #c00000;
}


/*links*/

.links{
    margin: 40px auto 50px auto;
    width: 1300px;
    overflow: hidden;
}

.links .links_t{
    background:  url(../images/links.png) no-repeat bottom center;
    width: 145px;
    height: 47px;
    float: left;
}
 
.links .links_t i{
    display: block;
    text-align: center;
    font-size: 16px;
    color: #333333;
}

.links .yq{
    float: right;
    width: 1120px;
} 

.links .yq a{
    font-size: 14px;
    color: #666666;
    margin: 0 15px;

}
 